﻿2026-06-22T01:06:46.2030057Z ##[group]Run set -euo pipefail
2026-06-22T01:06:46.2030483Z [36;1mset -euo pipefail[0m
2026-06-22T01:06:46.2030896Z [36;1mPIN=0c95435[0m
2026-06-22T01:06:46.2031305Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T01:06:46.2031622Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T01:06:46.2032048Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T01:06:46.2032590Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T01:06:46.2033130Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T01:06:46.2033622Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T01:06:46.2034121Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T01:06:46.2034462Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T01:06:46.2034867Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T01:06:46.2035282Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T01:06:46.2035606Z [36;1mfi[0m
2026-06-22T01:06:46.2035992Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T01:06:46.2050007Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T01:06:46.2050388Z env:
2026-06-22T01:06:46.2050654Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T01:06:46.2050940Z ##[endgroup]
2026-06-22T01:06:46.4999779Z    Compiling proc-macro2 v1.0.106
2026-06-22T01:06:46.5000674Z    Compiling quote v1.0.45
2026-06-22T01:06:46.5001338Z    Compiling unicode-ident v1.0.24
2026-06-22T01:06:46.5001793Z    Compiling libc v0.2.186
2026-06-22T01:06:46.5002136Z    Compiling serde_core v1.0.228
2026-06-22T01:06:46.5002554Z    Compiling cfg-if v1.0.4
2026-06-22T01:06:46.5067498Z    Compiling serde v1.0.228
2026-06-22T01:06:46.5068201Z    Compiling log v0.4.32
2026-06-22T01:06:46.5113582Z    Compiling pin-project-lite v0.2.17
2026-06-22T01:06:46.5130759Z    Compiling typenum v1.20.1
2026-06-22T01:06:46.5131648Z    Compiling portable-atomic v1.13.1
2026-06-22T01:06:46.5132392Z    Compiling memchr v2.8.1
2026-06-22T01:06:46.5183774Z    Compiling version_check v0.9.5
2026-06-22T01:06:46.5295182Z    Compiling find-msvc-tools v0.1.9
2026-06-22T01:06:46.5360201Z    Compiling critical-section v1.2.0
2026-06-22T01:06:46.5691184Z    Compiling shlex v2.0.1
2026-06-22T01:06:46.5941496Z    Compiling futures-core v0.3.32
2026-06-22T01:06:46.6014360Z    Compiling subtle v2.6.1
2026-06-22T01:06:46.6501180Z    Compiling bytes v1.11.1
2026-06-22T01:06:46.7411699Z    Compiling smallvec v1.15.1
2026-06-22T01:06:46.7831248Z    Compiling equivalent v1.0.2
2026-06-22T01:06:46.7960959Z    Compiling itoa v1.0.18
2026-06-22T01:06:46.8231670Z    Compiling semver v1.0.28
2026-06-22T01:06:46.8507337Z    Compiling stable_deref_trait v1.2.1
2026-06-22T01:06:46.8508935Z    Compiling futures-sink v0.3.32
2026-06-22T01:06:46.8759425Z    Compiling futures-io v0.3.32
2026-06-22T01:06:46.8966714Z    Compiling slab v0.4.12
2026-06-22T01:06:46.9509241Z    Compiling generic-array v0.14.7
2026-06-22T01:06:46.9625150Z    Compiling futures-channel v0.3.32
2026-06-22T01:06:46.9661473Z    Compiling futures-task v0.3.32
2026-06-22T01:06:46.9786444Z    Compiling hashbrown v0.17.1
2026-06-22T01:06:47.0041204Z    Compiling bitflags v2.12.1
2026-06-22T01:06:47.0512848Z    Compiling rustversion v1.0.22
2026-06-22T01:06:47.1139109Z    Compiling rustc_version v0.4.1
2026-06-22T01:06:47.1660928Z    Compiling cpufeatures v0.2.17
2026-06-22T01:06:47.1800978Z    Compiling fnv v1.0.7
2026-06-22T01:06:47.1922225Z    Compiling rand_core v0.10.1
2026-06-22T01:06:47.2129053Z    Compiling cfg_aliases v0.2.1
2026-06-22T01:06:47.2480715Z    Compiling strsim v0.11.1
2026-06-22T01:06:47.2730901Z    Compiling writeable v0.6.3
2026-06-22T01:06:47.2770932Z    Compiling litemap v0.8.2
2026-06-22T01:06:47.3020664Z    Compiling icu_properties_data v2.2.0
2026-06-22T01:06:47.3651034Z    Compiling utf8_iter v1.0.4
2026-06-22T01:06:47.4940768Z    Compiling getrandom v0.4.2
2026-06-22T01:06:47.5150559Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T01:06:47.5201905Z    Compiling fs_extra v1.3.0
2026-06-22T01:06:47.5253379Z    Compiling ident_case v1.0.1
2026-06-22T01:06:47.5341925Z    Compiling dunce v1.0.5
2026-06-22T01:06:47.6177809Z    Compiling autocfg v1.5.1
2026-06-22T01:06:47.7496676Z    Compiling percent-encoding v2.3.2
2026-06-22T01:06:47.7721245Z    Compiling http v1.4.1
2026-06-22T01:06:47.7815823Z    Compiling cpufeatures v0.3.0
2026-06-22T01:06:47.8000715Z    Compiling thiserror v2.0.18
2026-06-22T01:06:47.8380862Z    Compiling unicode-segmentation v1.13.3
2026-06-22T01:06:47.8520607Z    Compiling syn v2.0.117
2026-06-22T01:06:47.8590639Z    Compiling aws-lc-rs v1.17.0
2026-06-22T01:06:47.8703891Z    Compiling indexmap v2.14.0
2026-06-22T01:06:47.9271957Z    Compiling scopeguard v1.2.0
2026-06-22T01:06:47.9360675Z    Compiling form_urlencoded v1.2.2
2026-06-22T01:06:47.9398175Z    Compiling chacha20 v0.10.0
2026-06-22T01:06:48.0155639Z    Compiling lock_api v0.4.14
2026-06-22T01:06:48.0340599Z    Compiling untrusted v0.9.0
2026-06-22T01:06:48.0440675Z    Compiling rustls v0.23.40
2026-06-22T01:06:48.1550764Z    Compiling heck v0.5.0
2026-06-22T01:06:48.1785892Z    Compiling unicode-xid v0.2.6
2026-06-22T01:06:48.1790870Z    Compiling const-oid v0.10.2
2026-06-22T01:06:48.1871274Z    Compiling anyhow v1.0.102
2026-06-22T01:06:48.2090489Z    Compiling atomic-waker v1.1.2
2026-06-22T01:06:48.2620412Z    Compiling parking_lot_core v0.9.12
2026-06-22T01:06:48.2900398Z    Compiling zerocopy v0.8.50
2026-06-22T01:06:48.3118565Z    Compiling httparse v1.10.1
2026-06-22T01:06:48.3280511Z    Compiling paste v1.0.15
2026-06-22T01:06:48.3462115Z    Compiling convert_case v0.10.0
2026-06-22T01:06:48.3600598Z    Compiling num-traits v0.2.19
2026-06-22T01:06:48.4120604Z    Compiling hybrid-array v0.4.12
2026-06-22T01:06:48.4709665Z    Compiling jobserver v0.1.34
2026-06-22T01:06:48.5025782Z    Compiling curve25519-dalek v4.1.3
2026-06-22T01:06:48.5467147Z    Compiling ahash v0.8.12
2026-06-22T01:06:48.5885762Z    Compiling either v1.16.0
2026-06-22T01:06:48.6762414Z    Compiling base64ct v1.8.3
2026-06-22T01:06:48.7164424Z    Compiling fastrand v2.4.1
2026-06-22T01:06:48.7294269Z    Compiling powerfmt v0.2.0
2026-06-22T01:06:48.7850816Z    Compiling crypto-common v0.1.7
2026-06-22T01:06:48.8092051Z    Compiling cc v1.2.63
2026-06-22T01:06:48.8092846Z    Compiling block-buffer v0.10.4
2026-06-22T01:06:48.9200667Z    Compiling mio v1.2.1
2026-06-22T01:06:48.9298651Z    Compiling socket2 v0.6.4
2026-06-22T01:06:48.9410855Z    Compiling getrandom v0.2.17
2026-06-22T01:06:49.0153026Z    Compiling digest v0.10.7
2026-06-22T01:06:49.0310324Z    Compiling http-body v1.0.1
2026-06-22T01:06:49.0483387Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T01:06:49.1210548Z    Compiling rand_core v0.6.4
2026-06-22T01:06:49.1632196Z    Compiling rand v0.10.1
2026-06-22T01:06:49.1906312Z    Compiling deranged v0.5.8
2026-06-22T01:06:49.2504965Z    Compiling try-lock v0.2.5
2026-06-22T01:06:49.2877866Z    Compiling base64 v0.22.1
2026-06-22T01:06:49.3100846Z    Compiling num-conv v0.2.2
2026-06-22T01:06:49.3561020Z    Compiling tinyvec_macros v0.1.1
2026-06-22T01:06:49.3830498Z    Compiling pkg-config v0.3.33
2026-06-22T01:06:49.4310626Z    Compiling tower-service v0.3.3
2026-06-22T01:06:49.4821528Z    Compiling vcpkg v0.2.15
2026-06-22T01:06:49.5030790Z    Compiling data-encoding v2.11.0
2026-06-22T01:06:49.5070427Z    Compiling zmij v1.0.21
2026-06-22T01:06:49.5203833Z    Compiling time-core v0.1.8
2026-06-22T01:06:49.5614189Z    Compiling parking_lot v0.12.5
2026-06-22T01:06:49.6770481Z    Compiling tinyvec v1.11.0
2026-06-22T01:06:49.7320424Z    Compiling want v0.3.1
2026-06-22T01:06:49.7900820Z    Compiling sha2 v0.10.9
2026-06-22T01:06:49.8160570Z    Compiling crypto-common v0.2.2
2026-06-22T01:06:49.8331153Z    Compiling block-buffer v0.12.0
2026-06-22T01:06:49.9370478Z    Compiling inout v0.1.4
2026-06-22T01:06:50.0620627Z    Compiling cmake v0.1.58
2026-06-22T01:06:50.1148679Z    Compiling vergen-lib v9.1.0
2026-06-22T01:06:50.1180532Z    Compiling n0-future v0.3.2
2026-06-22T01:06:50.1511651Z    Compiling crossbeam-utils v0.8.21
2026-06-22T01:06:50.2740550Z    Compiling signature v2.2.0
2026-06-22T01:06:50.2830336Z    Compiling parking v2.2.1
2026-06-22T01:06:50.3024711Z    Compiling diatomic-waker v0.2.3
2026-06-22T01:06:50.3186228Z    Compiling serde_json v1.0.150
2026-06-22T01:06:50.3702688Z    Compiling cordyceps v0.3.4
2026-06-22T01:06:50.3916192Z    Compiling winnow v1.0.3
2026-06-22T01:06:50.4291839Z    Compiling httpdate v1.0.3
2026-06-22T01:06:50.4385922Z    Compiling spin v0.10.0
2026-06-22T01:06:50.4947752Z    Compiling futures-lite v2.6.1
2026-06-22T01:06:50.5120966Z    Compiling ed25519 v2.2.3
2026-06-22T01:06:50.5380789Z    Compiling cipher v0.4.4
2026-06-22T01:06:50.5797480Z    Compiling netlink-packet-core v0.8.1
2026-06-22T01:06:50.6540612Z    Compiling futures-buffered v0.2.13
2026-06-22T01:06:50.6720310Z    Compiling universal-hash v0.5.1
2026-06-22T01:06:50.7090798Z    Compiling vergen-lib v0.1.6
2026-06-22T01:06:50.7228357Z    Compiling vergen v9.1.0
2026-06-22T01:06:50.7454477Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T01:06:50.7580233Z    Compiling heapless v0.7.17
2026-06-22T01:06:50.7796533Z    Compiling noq-udp v0.10.0
2026-06-22T01:06:50.8034815Z    Compiling sync_wrapper v1.0.2
2026-06-22T01:06:50.8869645Z    Compiling digest v0.11.3
2026-06-22T01:06:50.9086469Z    Compiling opaque-debug v0.3.1
2026-06-22T01:06:50.9215395Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T01:06:50.9247629Z    Compiling allocator-api2 v0.2.21
2026-06-22T01:06:50.9248287Z    Compiling byteorder v1.5.0
2026-06-22T01:06:50.9840974Z    Compiling polyval v0.6.2
2026-06-22T01:06:51.0711810Z    Compiling spin v0.9.8
2026-06-22T01:06:51.0810491Z    Compiling vergen-gitcl v1.0.8
2026-06-22T01:06:51.0973097Z    Compiling fallible-iterator v0.3.0
2026-06-22T01:06:51.1444297Z    Compiling hash32 v0.2.1
2026-06-22T01:06:51.1607808Z    Compiling aws-lc-sys v0.41.0
2026-06-22T01:06:51.1840304Z    Compiling ring v0.17.14
2026-06-22T01:06:51.1880612Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T01:06:51.2556369Z    Compiling num_threads v0.1.7
2026-06-22T01:06:51.2713535Z    Compiling tower-layer v0.3.3
2026-06-22T01:06:51.3616985Z    Compiling ryu v1.0.23
2026-06-22T01:06:51.3880365Z    Compiling signature v3.0.0
2026-06-22T01:06:51.4256776Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T01:06:51.4520448Z    Compiling time v0.3.47
2026-06-22T01:06:51.4884324Z    Compiling ghash v0.5.1
2026-06-22T01:06:51.5160716Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T01:06:51.5316090Z    Compiling ctr v0.9.2
2026-06-22T01:06:51.5872373Z    Compiling aes v0.8.4
2026-06-22T01:06:51.5893862Z    Compiling http-body-util v0.1.3
2026-06-22T01:06:51.5910642Z    Compiling fs2 v0.4.3
2026-06-22T01:06:51.6180551Z    Compiling aead v0.5.2
2026-06-22T01:06:51.7400650Z    Compiling openssl-probe v0.2.1
2026-06-22T01:06:51.7540264Z    Compiling crossbeam-channel v0.5.15
2026-06-22T01:06:51.8250496Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T01:06:51.8410495Z    Compiling blake3 v1.8.5
2026-06-22T01:06:51.8910791Z    Compiling netlink-packet-route v0.29.0
2026-06-22T01:06:51.9466555Z    Compiling uuid v1.23.2
2026-06-22T01:06:52.1591829Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T01:06:52.2490569Z    Compiling aes-gcm v0.10.3
2026-06-22T01:06:52.2530631Z    Compiling memoffset v0.6.5
2026-06-22T01:06:52.3330594Z    Compiling acto v0.8.2
2026-06-22T01:06:52.3764980Z    Compiling noq v0.18.0
2026-06-22T01:06:52.4067530Z    Compiling netwatch v0.16.0
2026-06-22T01:06:52.4320841Z    Compiling rustc-hash v2.1.2
2026-06-22T01:06:52.4511062Z    Compiling foldhash v0.2.0
2026-06-22T01:06:52.4625359Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T01:06:52.5185109Z    Compiling mac-addr v0.3.0
2026-06-22T01:06:52.5460552Z    Compiling thiserror v1.0.69
2026-06-22T01:06:52.6310914Z    Compiling synstructure v0.13.2
2026-06-22T01:06:52.6471345Z    Compiling darling_core v0.20.11
2026-06-22T01:06:52.6532511Z    Compiling ref-cast v1.0.25
2026-06-22T01:06:52.6653526Z    Compiling xml-rs v0.8.28
2026-06-22T01:06:52.7370495Z    Compiling tagptr v0.2.0
2026-06-22T01:06:52.8593947Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T01:06:52.8788359Z    Compiling rustix v1.1.4
2026-06-22T01:06:52.9431092Z    Compiling identity-hash v0.1.0
2026-06-22T01:06:52.9680916Z    Compiling lru-slab v0.1.2
2026-06-22T01:06:53.1211657Z    Compiling hashbrown v0.16.1
2026-06-22T01:06:53.1260524Z    Compiling serde_derive_internals v0.29.1
2026-06-22T01:06:53.2636695Z    Compiling netlink-packet-route v0.30.0
2026-06-22T01:06:53.3890620Z    Compiling ioctl-rs v0.1.6
2026-06-22T01:06:53.5000648Z    Compiling xmltree v0.10.3
2026-06-22T01:06:53.7172483Z    Compiling proc-macro-crate v3.5.0
2026-06-22T01:06:53.7945361Z    Compiling errno v0.3.14
2026-06-22T01:06:53.9057994Z    Compiling serial-core v0.4.0
2026-06-22T01:06:53.9484592Z    Compiling termios v0.2.2
2026-06-22T01:06:53.9801117Z    Compiling aho-corasick v1.1.4
2026-06-22T01:06:54.0433936Z    Compiling simple-dns v0.9.3
2026-06-22T01:06:54.0819456Z    Compiling constant_time_eq v0.4.2
2026-06-22T01:06:54.1358887Z    Compiling resolv-conf v0.7.6
2026-06-22T01:06:54.2637057Z    Compiling linux-raw-sys v0.12.1
2026-06-22T01:06:54.2940614Z    Compiling toml_write v0.1.2
2026-06-22T01:06:54.3246722Z    Compiling arrayref v0.3.9
2026-06-22T01:06:54.3333463Z    Compiling arrayvec v0.7.6
2026-06-22T01:06:54.3381185Z    Compiling simdutf8 v0.1.5
2026-06-22T01:06:54.3771376Z    Compiling winnow v0.7.15
2026-06-22T01:06:54.3893571Z    Compiling regex-syntax v0.8.10
2026-06-22T01:06:54.4986410Z    Compiling smol_str v0.1.24
2026-06-22T01:06:54.5470709Z    Compiling sha1_smol v1.0.1
2026-06-22T01:06:54.6240452Z    Compiling signal-hook v0.3.18
2026-06-22T01:06:54.7130892Z    Compiling serde_derive v1.0.228
2026-06-22T01:06:54.7352311Z    Compiling zeroize_derive v1.4.3
2026-06-22T01:06:54.7829151Z    Compiling tokio-macros v2.7.0
2026-06-22T01:06:54.7950468Z    Compiling zerofrom-derive v0.1.7
2026-06-22T01:06:55.3370481Z    Compiling zeroize v1.8.2
2026-06-22T01:06:55.4130654Z    Compiling futures-macro v0.3.32
2026-06-22T01:06:55.4640634Z    Compiling tokio v1.52.3
2026-06-22T01:06:55.5304862Z    Compiling yoke-derive v0.8.2
2026-06-22T01:06:56.0370499Z    Compiling zerovec-derive v0.11.3
2026-06-22T01:06:56.2618814Z    Compiling zerofrom v0.1.8
2026-06-22T01:06:56.3210406Z    Compiling futures-util v0.3.32
2026-06-22T01:06:56.3842054Z    Compiling displaydoc v0.2.6
2026-06-22T01:06:56.6586822Z    Compiling tracing-attributes v0.1.31
2026-06-22T01:06:56.7010746Z    Compiling rustls-pki-types v1.14.1
2026-06-22T01:06:56.8860616Z    Compiling yoke v0.8.3
2026-06-22T01:06:57.0803514Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T01:06:57.1790839Z    Compiling thiserror-impl v2.0.18
2026-06-22T01:06:57.3052137Z    Compiling zerotrie v0.2.4
2026-06-22T01:06:57.6095651Z    Compiling darling_macro v0.20.11
2026-06-22T01:06:57.6950414Z    Compiling derive_more-impl v2.1.1
2026-06-22T01:06:57.7290925Z    Compiling zerovec v0.11.6
2026-06-22T01:06:57.7600659Z    Compiling n0-error-macros v0.1.3
2026-06-22T01:06:57.9877397Z    Compiling darling v0.20.11
2026-06-22T01:06:58.0670268Z    Compiling derive_builder_core v0.20.2
2026-06-22T01:06:58.1064923Z    Compiling spez v0.1.2
2026-06-22T01:06:58.4335308Z    Compiling der v0.8.0-rc.10
2026-06-22T01:06:58.5480975Z    Compiling tinystr v0.8.3
2026-06-22T01:06:58.7750800Z    Compiling icu_locale_core v2.2.0
2026-06-22T01:06:58.8529753Z    Compiling potential_utf v0.1.5
2026-06-22T01:06:59.0277456Z    Compiling icu_collections v2.2.0
2026-06-22T01:06:59.0365381Z    Compiling n0-error v0.1.3
2026-06-22T01:06:59.1540650Z    Compiling pin-project-internal v1.1.13
2026-06-22T01:06:59.4195615Z    Compiling cobs v0.3.0
2026-06-22T01:06:59.4858745Z    Compiling derive_builder_macro v0.20.2
2026-06-22T01:06:59.6420967Z    Compiling postcard-derive v0.2.2
2026-06-22T01:06:59.8078912Z    Compiling derive_builder v0.20.2
2026-06-22T01:06:59.8677999Z    Compiling spki v0.8.0-rc.4
2026-06-22T01:07:00.0510399Z    Compiling icu_provider v2.2.0
2026-06-22T01:07:00.0760499Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T01:07:00.2031068Z    Compiling ipnet v2.12.0
2026-06-22T01:07:00.2661347Z    Compiling futures-executor v0.3.32
2026-06-22T01:07:00.3338877Z    Compiling icu_properties v2.2.0
2026-06-22T01:07:00.3654035Z    Compiling icu_normalizer v2.2.0
2026-06-22T01:07:00.4299455Z    Compiling ed25519-dalek v2.2.0
2026-06-22T01:07:00.4790915Z    Compiling futures v0.3.32
2026-06-22T01:07:00.5269240Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T01:07:00.5971034Z    Compiling prefix-trie v0.8.4
2026-06-22T01:07:00.6611226Z    Compiling pin-project v1.1.13
2026-06-22T01:07:00.7281001Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T01:07:00.9789104Z    Compiling once_cell v1.21.4
2026-06-22T01:07:01.0685998Z    Compiling tokio-util v0.7.18
2026-06-22T01:07:01.0780426Z    Compiling netlink-sys v0.8.8
2026-06-22T01:07:01.2386894Z    Compiling tracing-core v0.1.36
2026-06-22T01:07:01.2790691Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T01:07:01.3836604Z    Compiling postcard v1.1.3
2026-06-22T01:07:01.3931550Z    Compiling tower v0.5.3
2026-06-22T01:07:01.5012707Z    Compiling hashbrown v0.14.5
2026-06-22T01:07:01.7517548Z    Compiling idna_adapter v1.2.2
2026-06-22T01:07:01.8333271Z    Compiling tracing v0.1.44
2026-06-22T01:07:01.8704135Z    Compiling idna v1.1.0
2026-06-22T01:07:01.8793002Z    Compiling data-encoding-macro v0.1.20
2026-06-22T01:07:01.9580454Z    Compiling rustls-native-certs v0.8.4
2026-06-22T01:07:02.0081213Z    Compiling async-trait v0.1.89
2026-06-22T01:07:02.1331507Z    Compiling h2 v0.4.14
2026-06-22T01:07:02.1811066Z    Compiling strum_macros v0.28.0
2026-06-22T01:07:02.2131724Z    Compiling enum-assoc v1.3.0
2026-06-22T01:07:02.2360301Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T01:07:02.2920595Z    Compiling derive_more v2.1.1
2026-06-22T01:07:02.4053458Z    Compiling url v2.5.8
2026-06-22T01:07:02.4205233Z    Compiling hashlink v0.9.1
2026-06-22T01:07:02.4471060Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T01:07:02.5470788Z    Compiling num_enum_derive v0.7.6
2026-06-22T01:07:02.7210995Z    Compiling iroh-metrics v0.38.3
2026-06-22T01:07:02.8050326Z    Compiling n0-watcher v0.6.1
2026-06-22T01:07:02.8130752Z    Compiling rusqlite v0.32.1
2026-06-22T01:07:02.8302643Z    Compiling iroh-relay v0.98.0
2026-06-22T01:07:02.8934073Z    Compiling tokio-stream v0.1.18
2026-06-22T01:07:03.0660934Z    Compiling netlink-proto v0.12.0
2026-06-22T01:07:03.0700956Z    Compiling netdev v0.42.0
2026-06-22T01:07:03.0834783Z    Compiling moka v0.12.15
2026-06-22T01:07:03.1269535Z    Compiling toml_datetime v0.6.11
2026-06-22T01:07:03.1646014Z    Compiling serde_spanned v0.6.9
2026-06-22T01:07:03.3146850Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T01:07:03.3290604Z    Compiling iroh-base v0.98.0
2026-06-22T01:07:03.3560747Z    Compiling attohttpc v0.30.1
2026-06-22T01:07:03.5460622Z    Compiling tower-http v0.6.11
2026-06-22T01:07:03.5651751Z    Compiling thiserror-impl v1.0.69
2026-06-22T01:07:03.6910673Z    Compiling num_enum v0.7.6
2026-06-22T01:07:03.7710563Z    Compiling ref-cast-impl v1.0.25
2026-06-22T01:07:03.8634812Z    Compiling toml_edit v0.22.27
2026-06-22T01:07:04.0015105Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T01:07:04.1571081Z    Compiling webpki-roots v1.0.7
2026-06-22T01:07:04.2410347Z    Compiling regex-automata v0.4.14
2026-06-22T01:07:04.3700603Z    Compiling schemars_derive v1.2.1
2026-06-22T01:07:04.4148625Z    Compiling serial-unix v0.4.0
2026-06-22T01:07:04.6506549Z    Compiling signal-hook-registry v1.4.8
2026-06-22T01:07:04.7130253Z    Compiling lru v0.16.4
2026-06-22T01:07:04.8495396Z    Compiling darling_core v0.23.0
2026-06-22T01:07:04.9151124Z    Compiling serde_bytes v0.11.19
2026-06-22T01:07:04.9393243Z    Compiling hmac v0.12.1
2026-06-22T01:07:04.9571086Z    Compiling seize v0.5.1
2026-06-22T01:07:04.9960003Z    Compiling iroh v0.98.2
2026-06-22T01:07:05.0700233Z    Compiling strum v0.28.0
2026-06-22T01:07:05.1311033Z    Compiling utf8parse v0.2.2
2026-06-22T01:07:05.1751816Z    Compiling iroh-dns v0.98.0
2026-06-22T01:07:05.2070674Z    Compiling rustix v0.38.44
2026-06-22T01:07:05.2133025Z    Compiling bitflags v1.3.2
2026-06-22T01:07:05.2261325Z    Compiling cmov v0.5.4
2026-06-22T01:07:05.2690468Z    Compiling dyn-clone v1.0.20
2026-06-22T01:07:05.3111009Z    Compiling pin-utils v0.1.0
2026-06-22T01:07:05.3680547Z    Compiling nix v0.25.1
2026-06-22T01:07:05.3871188Z    Compiling papaya v0.2.4
2026-06-22T01:07:05.4210926Z    Compiling anstyle-parse v1.0.0
2026-06-22T01:07:05.4810551Z    Compiling ctutils v0.4.2
2026-06-22T01:07:05.4811972Z    Compiling filedescriptor v0.8.3
2026-06-22T01:07:05.5971190Z    Compiling hkdf v0.12.4
2026-06-22T01:07:05.7177697Z    Compiling serial v0.4.0
2026-06-22T01:07:05.7243411Z    Compiling backon v1.6.0
2026-06-22T01:07:05.7280722Z    Compiling foldhash v0.1.5
2026-06-22T01:07:05.7584442Z    Compiling shell-words v1.1.1
2026-06-22T01:07:05.7981740Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T01:07:05.8940261Z    Compiling downcast-rs v1.2.1
2026-06-22T01:07:05.9140919Z    Compiling anstyle-query v1.1.5
2026-06-22T01:07:05.9201079Z    Compiling linux-raw-sys v0.4.15
2026-06-22T01:07:05.9572815Z    Compiling anstyle v1.0.14
2026-06-22T01:07:05.9669115Z    Compiling instability v0.3.12
2026-06-22T01:07:05.9701528Z    Compiling colorchoice v1.0.5
2026-06-22T01:07:05.9968610Z    Compiling signal-hook-mio v0.2.5
2026-06-22T01:07:06.0614443Z    Compiling hashbrown v0.15.5
2026-06-22T01:07:06.0710887Z    Compiling spake2 v0.4.0
2026-06-22T01:07:06.1022110Z    Compiling terminal_size v0.4.4
2026-06-22T01:07:06.1620592Z    Compiling strum_macros v0.26.4
2026-06-22T01:07:06.2410988Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T01:07:06.2462124Z    Compiling anstream v1.0.0
2026-06-22T01:07:06.4481886Z    Compiling schemars v1.2.1
2026-06-22T01:07:06.5683799Z    Compiling toml v0.8.23
2026-06-22T01:07:06.7680963Z    Compiling sha1 v0.10.6
2026-06-22T01:07:06.9500808Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T01:07:07.0830574Z    Compiling itertools v0.13.0
2026-06-22T01:07:07.5800612Z    Compiling regex v1.12.3
2026-06-22T01:07:07.7725595Z    Compiling castaway v0.2.4
2026-06-22T01:07:07.8697244Z    Compiling hyper v1.10.1
2026-06-22T01:07:07.8830192Z    Compiling indoc v2.0.7
2026-06-22T01:07:08.2100468Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T01:07:08.4420578Z    Compiling static_assertions v1.1.0
2026-06-22T01:07:08.5097517Z    Compiling clap_lex v1.1.0
2026-06-22T01:07:08.5693746Z    Compiling unicode-width v0.1.14
2026-06-22T01:07:08.6130462Z    Compiling darling_macro v0.23.0
2026-06-22T01:07:08.7600849Z    Compiling doctest-file v1.1.1
2026-06-22T01:07:08.8040931Z    Compiling clap_builder v4.6.0
2026-06-22T01:07:08.8849954Z    Compiling strum v0.26.3
2026-06-22T01:07:08.9667560Z    Compiling darling v0.23.0
2026-06-22T01:07:09.0032473Z    Compiling unicode-truncate v1.1.0
2026-06-22T01:07:09.0230774Z    Compiling compact_str v0.8.2
2026-06-22T01:07:09.0860691Z    Compiling crossterm v0.28.1
2026-06-22T01:07:09.1622483Z    Compiling lru v0.12.5
2026-06-22T01:07:09.1730322Z    Compiling clap_derive v4.6.1
2026-06-22T01:07:09.2530724Z    Compiling interprocess v2.4.2
2026-06-22T01:07:09.3370666Z    Compiling unicode-width v0.2.0
2026-06-22T01:07:09.5520863Z    Compiling portable-pty v0.8.1
2026-06-22T01:07:09.6476738Z    Compiling iana-time-zone v0.1.65
2026-06-22T01:07:09.6600490Z    Compiling cassowary v0.3.0
2026-06-22T01:07:09.9696043Z    Compiling hyper-util v0.1.20
2026-06-22T01:07:09.9824897Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T01:07:10.1531037Z    Compiling ratatui v0.29.0
2026-06-22T01:07:10.1676857Z    Compiling chrono v0.4.45
2026-06-22T01:07:10.4240237Z    Compiling nucleo-matcher v0.3.1
2026-06-22T01:07:10.6110728Z    Compiling qrcode v0.14.1
2026-06-22T01:07:10.7537021Z    Compiling tempfile v3.27.0
2026-06-22T01:07:11.2250820Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T01:07:11.5552284Z    Compiling clap v4.6.1
2026-06-22T01:07:12.0420339Z    Compiling igd-next v0.17.1
2026-06-22T01:07:13.1348441Z    Compiling portmapper v0.16.0
2026-06-22T01:07:18.3539310Z    Compiling rustls-webpki v0.103.13
2026-06-22T01:07:20.7003581Z    Compiling tokio-rustls v0.26.4
2026-06-22T01:07:20.7004753Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T01:07:20.7005563Z    Compiling noq-proto v0.17.0
2026-06-22T01:07:20.8366232Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T01:07:20.8366952Z    Compiling hyper-rustls v0.27.9
2026-06-22T01:07:20.8367410Z    Compiling tokio-websockets v0.13.2
2026-06-22T01:07:20.9649810Z    Compiling reqwest v0.13.4
2026-06-22T01:07:21.8656700Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T01:07:35.7483285Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T01:07:37.0759899Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T01:07:44.1451295Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T01:07:47.7750630Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-22T01:07:47.7977743Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T01:07:47.7990301Z 
2026-06-22T01:07:47.7990532Z running 1 test
2026-06-22T01:07:53.8838844Z test new_brain_serves_against_old_broker ... ok
2026-06-22T01:07:53.8840564Z 
2026-06-22T01:07:53.8841232Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-22T01:07:53.8841542Z 
